home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
pmlsrc23.zoo
/
envtests
/
Makefile.minix
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1994-03-19
|
303 b
|
18 lines
CC = mgcc
CFLAGS = -O
ALL = testfrexp testldexp testmodf
all : $(ALL)
testfrexp : testfrexp.c
$(CC) $(CFLAGS) -o testfrexp testfrexp.c
testldexp : testldexp.c
$(CC) $(CFLAGS) -o testldexp testldexp.c
testmodf : testmodf.c
$(CC) $(CFLAGS) -o testmodf testmodf.c
clean:
rm -f *.o $(ALL)